home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / disk / cdrom / a4k_atapi_ita.lha / a4000-atapi_ita / devs / storage / AmiCDFS next >
Text File  |  1995-04-11  |  482b  |  21 lines

  1. /* $VER: CD0 1.4 (11-04-95) CD++
  2.  *
  3.  * ATAPI CD-ROM filesystem mount entry using AmiCDFileSystem by Nicola Salmoria
  4.  */
  5.  
  6. FileSystem      = L:AmiCDFileSystem
  7. Flags           = 0
  8. BlocksPerTrack  = 32
  9. BlockSize       = 2048
  10. Mask            = 0x7ffffffe
  11. LowCyl          = 0
  12. HighCyl         = 11000
  13. Surfaces        = 1
  14. Buffers         = 30 /* Number of standard buffers */
  15. BufMemType      = 1
  16. GlobVec         = -1
  17. Priority        = 10
  18. DosType         = 0x41434400
  19. StackSize       = 600
  20.  
  21.